Click or drag to resize

UserConfigurationDictionaryObjectType Enumeration

Specifies a dictionary object type.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum UserConfigurationDictionaryObjectType
Members
  Member nameValueDescription
DateTime0 A DateTime type.
Boolean1 A Boolean type.
Byte2 A byte type.
String3 A string type.
Integer324 A 32-bit integer type.
UnsignedInteger325 A 32-bit unsigned integer type.
Integer646 A 64-bit integer type.
UnsignedInteger647 A 64-bit unsigned integer type.
StringArray8 A string array type.
ByteArray9 A byte array type.
See Also